跳到主要内容

安装 phpmyadmin

docker run -d \
--name phpmyadmin \
--network host \
-e APACHE_PORT=8089 \
-e PMA_ARBITRARY=1 \
phpmyadmin/phpmyadmin:latest